Modifier and Type | Method and Description |
---|---|
int |
compareTo(NB3Node x)
Compare according to the expansion heuristic.
|
java.util.ArrayList<NB3Node> |
getBranch()
Returns a list containing the nodes in the path from the root to this node (excluding the root itself)
The first element is a direct child of the root node, and the last element is this node.
|
int |
getDepth() |
java.lang.Object |
getLabel() |
float |
getLowerBound(int agentID) |
NB3Node |
getParent() |
int |
getType() |
float |
getUpperBound(int agentID) |
float |
intermediateValue(int agentID) |
java.lang.String |
toString() |
public int getDepth()
public int getType()
public java.lang.Object getLabel()
public NB3Node getParent()
public java.util.ArrayList<NB3Node> getBranch()
public float getUpperBound(int agentID)
public float intermediateValue(int agentID)
public float getLowerBound(int agentID)
public int compareTo(NB3Node x)
compareTo
in interface java.lang.Comparable<NB3Node>
public java.lang.String toString()
toString
in class java.lang.Object